union of two arrays in php

65

union of two arrays in php -

$union = array_unique(array_merge($a, $b));

Comments

Submit
0 Comments